<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* é€šæ&nbsp;é—´éš” */
.section-space {
    padding: 3rem 0;
}

/** index product start **/
.index_product_cate_image {
    position: relative;
    width: 150px; /* Set the width of the container */
    height: 150px; /* Set the height of the container */
}

.circular-mask {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%; /* Make it a circle */
    position: absolute;
    top: 0;
    left: 0;
}

.circular-mask img {
    width: 100%; /* Make the image fill the circular mask */
    height: 100%;
    object-fit: cover; /* Ensure the image covers the entire circular area */
}

.index_product-content-wrap {
    display: none;
}

.index_product-content-wrap.active {
    display: block;
}


.item_box {
}

.item_box .item_box_desc {
    background-color: white;
    color: black;
}

.item_box .item_box_header h4 {
    font-size: 1.5rem;
    font-weight: 200;
}

.item_box .item_box_header p {
    font-size: 0.8rem;
    font-weight: 200;
}

.item_box:hover, .item_box:hover .item_box_header, .item_box:hover a, .item_box:hover .item_box_desc {
    /*background-color:blue;*/
}

.item_box a {
    color: #000000;
    font-weight: 300;
}


/** index product end **/


/** index news start **/
.index_news_item_box {
    transition: box-shadow 0.3s ease; /* æ·»åŠ&nbsp;è¿‡æ¸¡æ•ˆæžœï¼Œä½¿é˜´å½±å˜åŒ–æ›´å¹³æ»‘ */
}

.index_news_item_box:hover {
    /* å½“é¼&nbsp;æ&nbsp;‡æ‚¬åœåœ¨æ–°é—»æ¡ç›®ä¸Šæ—¶ï¼Œåº”ç”¨é˜´å½±æ•ˆæžœ */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); /* æ°´å¹³åç§»ã€åž‚ç›´åç§»ã€æ¨¡ç³ŠåŠå¾„å’Œé¢œè‰²å¯ä»¥è‡ªå®šä¹‰ */

}

/** index news end **/


/** index solution start **/
.index_solution_card {
    min-height: 200px;
    max-width: 320px;
    height: 500px;
    padding: 35px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 20px;
    /*background-color: rgba(255, 255, 255, 0.45);*/
    /*background: url(https://source.unsplash.com/E8Ufcyxz514/2400x1823) center/cover no-repeat fixed;*/
    /*background: url(http://www.evadaups.com/storage/topic/20201231/a2c710a5ac75a6a35d3a61243ca0c679.jpg) center/cover no-repeat fixed;*/
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(35px);
}

.index_solution_card-footer {
    font-size: 0.65em;
    color: #446;
}

/** index solution end **/


/** index case start **/

/** index case end **/


/** index news start **/

/** index news end **/

/** index fast link start **/
.fast-btn {
    /*width:49%;*/
    border: 1px solid #f5f5f5;
    margin-bottom: 5px;
}

.fast-btn:hover {
    color: #023990;
    /*border-color: #023990;*/
}

/** index fast link end **/



@media only screen and (min-width: 768px) and (max-width: 991px) {
    .news-main img {
        width: 100%;
    }
}

.index_main_news_title {
    max-width: 400px;
}

.news-main {
    width: 480px;
    height: 480px;
}

@media only screen and (min-width: 361px) and (max-width: 767px) {
    .index_main_news_title {
        max-width: 300px;
    }
    .index_product_cate_image {
        width: 100px;
        height: 100px;
    }

    .news-main img {
        width: 100%;
    }
}

@media only screen and (max-width: 360px) {
    .news-main{
        width:100%;
        height:260px;
    }
    .news-main img {
        width: 300px;
        height:225px;
    }
    .index_main_news_title {
        max-width: 200px;
    }
}

.text-overflow-ellipsis {
    white-space: nowrap; /* é˜»æ­¢æ–‡æœ¬æ¢è¡Œ */
    overflow: hidden; /* éšè—æº¢å‡ºçš„æ–‡æœ¬ */
    text-overflow: ellipsis; /* ä½¿ç”¨çœç•¥å·è¡¨ç¤ºæº¢å‡ºçš„æ–‡æœ¬ */
    width: 100%; /* è®¾ç½®å®¹å™¨å®½åº¦ï¼Œå¯ä»¥æ&nbsp;¹æ®éœ€è¦è°ƒæ•´ */
  }
  </pre></body></html>